Skip to content

Commit

Permalink
fix paths for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eivankin committed Jul 4, 2024
1 parent 5c073bb commit faa90b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ./pwdkek-python/dist/

publish-to-pypi:
name: >-
Expand All @@ -131,6 +132,8 @@ jobs:
path: ./pwdkek-python/dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ./pwdkek-python/dist/

github-release:
name: >-
Expand Down

0 comments on commit faa90b3

Please sign in to comment.