Skip to content

Commit

Permalink
ci: There is no need to checkout and install for deploy-to-pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Apr 4, 2024
1 parent 2491a7b commit 686c541
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ jobs:
id-token: write
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install -U pip setuptools wheel
- name: Download distributions
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 686c541

Please sign in to comment.