Skip to content

Commit

Permalink
github workflow contd.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgaru2 committed Sep 4, 2023
1 parent 78b2298 commit 07b1f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: twine check dist/*

- name: Publish to test PyPI
run: twine upload -r testpypi dist/*
run: twine upload -r testpypi dist/* -u xillar -p ${{ secrets.TEST_PYPI_PASSWORD }}

0 comments on commit 07b1f74

Please sign in to comment.