Skip to content

Commit

Permalink
AAAAAAAAARGGGGHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Sep 24, 2024
1 parent 6777980 commit 3a110a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Publish Python 🐍 distribution 📦 to TestPyPI
needs:
- build
runs-on: ${{ inputs.platform }}
runs-on: ubuntu-latest

environment:
name: testPyPi-distribution
Expand All @@ -53,7 +53,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ${{ inputs.platform }}
runs-on: ubuntu-latest
environment:
name: PyPi-distribution
url: https://pypi.org/p/nuTens # Replace <package-name> with your PyPI project name
Expand Down

0 comments on commit 3a110a9

Please sign in to comment.