Skip to content

Commit aa70b36

Browse files
Update
1 parent 7633cb7 commit aa70b36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches:
66
- main
7-
- test
7+
- test-publish
88
tags:
99
- '*'
1010
release:
1111
types: [published]
1212

1313
jobs:
14-
distribution-artifacts:
14+
build-distribution-artifacts:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4.2.2
@@ -35,10 +35,10 @@ jobs:
3535
path: dist
3636

3737

38-
PyPI_Upload:
38+
publish:
3939
runs-on: ubuntu-24.04
4040
environment: release
41-
needs: [ 'distribution-artifacts' ]
41+
needs: [ 'build-distribution-artifacts' ]
4242
permissions:
4343
id-token: write
4444
steps:

0 commit comments

Comments
 (0)