Skip to content

Commit

Permalink
Update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed May 20, 2024
1 parent 75e5df3 commit ccfd7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
build:
name: Build distribution 📦
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: windows-latest
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/Solverz/
Expand All @@ -55,7 +55,7 @@ jobs:
and upload them to GitHub Release
needs:
- publish-to-pypi
runs-on: windows-latest
runs-on: ubuntu-latest

permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
Expand Down

0 comments on commit ccfd7ac

Please sign in to comment.