Skip to content

Commit

Permalink
Add twine username as per MS Learn:
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed May 5, 2024
1 parent 7acc21b commit f13443a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
- name: Upload to ADO
env:
TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/MusicalNinjas/FizzBuzz/_packaging/FizzBuzz/pypi/upload/
TWINE_USERNAME: FizzBuzz
TWINE_PASSWORD: ${{ secrets.ADO_TOKEN }}
run: twine upload --non-interactive dist/*

0 comments on commit f13443a

Please sign in to comment.