Skip to content

Commit

Permalink
Update pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout authored Mar 26, 2024
1 parent e41fdc9 commit b75d546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Build dist
run: |
python3 -m pip install --upgrade build wheel setuptools
python3 -m build
python3 -m pip install --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b75d546

Please sign in to comment.