Skip to content

Commit

Permalink
Implements new pypi publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaquet committed Mar 13, 2024
1 parent dca9297 commit ff8e5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-publish:
name: Test Build and Publish
runs-on: ubuntu-latest
runs-on: 'ubuntu-latest'
environment:
name: testpypi
url: https://test.pypi.org/p/cwmath
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- run: python -m pip install --upgrade pip
- run: pip install pip-tools
Expand Down

0 comments on commit ff8e5c7

Please sign in to comment.