[go: up one dir, main page]

Skip to content

Commit

Permalink
pypi hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhart committed Jun 8, 2023
1 parent 852fc32 commit cb5ffb2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
with:
python-version: 'pypy3.9'

- name: Install dependencies
- name: Build Package
run: |
python -m pip install --upgrade pip
pip install build twine
- name: Build Package
run: python -m build
pip wheel . --no-deps -w dist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit cb5ffb2

Please sign in to comment.