Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rkw committed May 18, 2024
1 parent a93a4d7 commit 992b0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
source venv/bin/activate
twine upload dist/*.whl
env:
PYPI_CRED_MAPPED: ${{ secrets.PYPI_CRED_MAPPED }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

- name: create github release
run: |
Expand Down

0 comments on commit 992b0ef

Please sign in to comment.