Skip to content

Commit

Permalink
fix action for pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
evanofslack authored Sep 3, 2024
1 parent ac2dc11 commit d51e946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.14

# Install dependencies
- name: "Install dependencies"
Expand All @@ -23,7 +23,6 @@ jobs:
python3 -m pip install setuptools wheel twine build
# Build and upload to PyPI

- name: "Build and upload to PyPI"
run: |
python3 -m build
Expand Down

0 comments on commit d51e946

Please sign in to comment.