Skip to content

Commit

Permalink
added python3 -m twine upload dist/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Lam authored and Carson Lam committed Aug 11, 2023
1 parent 733782b commit 840d3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
python3 -m build
- name: You will see the `dist/` folder appear in the main directory of your repository
- name: Use `python3 -m twine upload dist/*` to upload the archives to PyPI.
run: |
python3 -m twine upload dist/*

0 comments on commit 840d3ee

Please sign in to comment.