Skip to content

Commit

Permalink
[stable-0-46] Trying to fix issue with Pypi uploading with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
heevasti committed Oct 14, 2024
1 parent 97823f1 commit 63dc43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: python -m build --sdist --wheel

- name: Publish package
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: python -m twine upload --verbose dist/*
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 63dc43d

Please sign in to comment.