Skip to content

Commit

Permalink
chore: upload to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Dec 3, 2022
1 parent d4a74d2 commit 423c68b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
python -m pip install dist/*.whl
fix-future-annotations tests/samples/from_import.py || true
# - name: Upload to Pypi
# run: |
# pip install twine
# twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
- name: Upload to Pypi
run: |
twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.pdm.toml
__pycache__/
dist/
build/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ repos:
## Use as command line tool
```bash
python3 -m pip install git+https://github.com/frostming/fix-future-annotations.git
python3 -m pip install -U fix-future-annotations

fix-future-annotations my_script.py
```
Expand Down

0 comments on commit 423c68b

Please sign in to comment.