Skip to content

Commit

Permalink
Partially revert changes to pypi job in 0f71b76
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Apr 15, 2024
1 parent 9fee8b6 commit 2dccf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Build the sdist and the wheel
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- uses: actions/setup-python@v5
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Test pip install from test.pypi
Expand Down

0 comments on commit 2dccf0a

Please sign in to comment.