Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jan 9, 2025
1 parent 656d619 commit 7c8106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Publish to TestPyPI
env:
POETRY_DYNAMIC_VERSIONING_BYPASS: ${{ github.ref_name }}
POETRY_DYNAMIC_VERSIONING_BYPASS: ${{ github.ref_name }}
run: |
echo ${{ github.ref_name }} and ${{ POETRY_DYNAMIC_VERSIONING_BYPASS }}
poetry publish --build --repository testpypi

0 comments on commit 7c8106a

Please sign in to comment.