Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a710128 committed Dec 21, 2021
1 parent 3680b5c commit 906c798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
pip install twine --user
pip install wheel
BM_BUILD=1 BM_VERSION=${GITHUB_REF##refs/tags/} python3 setup.py sdist --format=gztar
BM_VERSION=${GITHUB_REF##refs/tags/} python3 setup.py bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 906c798

Please sign in to comment.