We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314140b commit ed93a9bCopy full SHA for ed93a9b
.github/workflows/publish.yml
@@ -38,11 +38,10 @@ jobs:
38
python3 -m pip install -U wheel twine
39
- name: Build package
40
run: |
41
- python3 setup.py sdist bdist_wheel
+ make build
42
- name: Publish package to PyPI
43
44
- python3 -m twine check dist/*
45
- python3 -m twine upload dist/*
+ make deploy
46
env:
47
TWINE_USERNAME: __token__
48
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
0 commit comments