Skip to content

Commit

Permalink
Merge pull request #11 from instadeepai/fix/release_workflow
Browse files Browse the repository at this point in the history
fix: release workflow
  • Loading branch information
callumtilbury committed Feb 6, 2024
2 parents 9b764db + f523e7b commit d23fb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pip install --upgrade pip hatch twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.API_TOKEN }}
run: |
hatch build
twine upload dist/*

0 comments on commit d23fb65

Please sign in to comment.