Skip to content

Commit

Permalink
Merge pull request #406 from jburel/update_action
Browse files Browse the repository at this point in the history
update the build steps
  • Loading branch information
jburel authored Apr 24, 2024
2 parents 3eb47d1 + 57b2e1a commit 601a64f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
python-version: '3.9'
- name: Build package
run: |
python -mpip install wheel
python setup.py sdist bdist_wheel
python -mpip install build
python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.3.0
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 601a64f

Please sign in to comment.