Skip to content

Commit

Permalink
Fix the Twine/PyPI username. (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Dec 21, 2023
1 parent 5f611b5 commit e09d304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-build-setuptools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
shell: bash

- name: Publish the distributions to PyPI
run: twine upload ./dist/*
run: twine upload -u __token__ ./dist/*
shell: bash
env:
TWINE_NON_INTERACTIVE: true
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 comments on commit e09d304

Please sign in to comment.