Skip to content

Commit

Permalink
seeing if I can access the twine info in release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Aug 27, 2024
1 parent 18df5d8 commit b92ec91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
python-version: '3.x'
- run: |
echo TWINE_USERNAME
pip install build wheel twine
python -m build
twine upload dist/*

0 comments on commit b92ec91

Please sign in to comment.