Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odstrcilt authored Jul 19, 2024
1 parent f9300ef commit 6d1eade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel numpy
- name: Build the package
run: python setup.py sdist
#- name: Build the package
# run: python setup.py sdist
- name: Publish distribution 📦 to Test PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 6d1eade

Please sign in to comment.