Skip to content

Commit 40d416e

Browse files
authored
Merge pull request #53 from colinahill/migrate-to-uv
update actions
2 parents f93f37c + 5e188a6 commit 40d416e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
publish-pypi:
9+
build:
1010
# Skip this job if it's a pre-release
1111
if: github.event.release.prerelease == false
1212
runs-on: ubuntu-latest

.github/workflows/test_pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
publish-test-pypi:
9+
build:
1010
runs-on: ubuntu-latest
1111
environment: release
1212
permissions:

0 commit comments

Comments
 (0)