Skip to content

Commit

Permalink
Merge pull request #34 from eredotpkfr/dev
Browse files Browse the repository at this point in the history
chore: update publish yml workflow
  • Loading branch information
eredotpkfr authored Sep 17, 2024
2 parents 67b7c5e + d7ec0c1 commit 8ddaa61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
python-version: '3.x'

- name: Build package
run: python setup.py sdist
run: |
pip3 install -U setuptools
python setup.py sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit 8ddaa61

Please sign in to comment.