Skip to content

Commit ed93a9b

Browse files
committed
update: publish.yml
1 parent 314140b commit ed93a9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838
python3 -m pip install -U wheel twine
3939
- name: Build package
4040
run: |
41-
python3 setup.py sdist bdist_wheel
41+
make build
4242
- name: Publish package to PyPI
4343
run: |
44-
python3 -m twine check dist/*
45-
python3 -m twine upload dist/*
44+
make deploy
4645
env:
4746
TWINE_USERNAME: __token__
4847
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)