Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geode-main committed Mar 5, 2024
1 parent ac1aad7 commit 48f718c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v2.0.0
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -29,6 +29,6 @@ jobs:
run: >-
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
uses: pypa/[email protected].0
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 48f718c

Please sign in to comment.