Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed May 14, 2024
1 parent 830a735 commit b87e249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
python-version: "3.9.x"

- name: Install pypa/build
run: python3 -m pip install --upgrade build
- name: Build a binary wheel and a source tarball
- name: Install/update tools
run: python3 -m pip install --upgrade build twine
- name: Build a pure Python wheel
run: python3 setup.py sdist bdist_wheel

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b87e249

Please sign in to comment.