Skip to content

Commit 992d52b

Browse files
committed
[FIX] path to publish to, names of workflow
1 parent f2af4d9 commit 992d52b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish bact-mat-utils to PyPI and TestPyPI
1+
name: Publish bact-bessyii-mls-ophyd to PyPI and TestPyPI
22

33
on: push
44

@@ -29,14 +29,14 @@ jobs:
2929

3030
publish-to-pypi:
3131
name: >-
32-
Publish accml distribution to PyPI
32+
Publish bact-bessyii-mls-ophyd distribution to PyPI
3333
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3434
needs:
3535
- build
3636
runs-on: ubuntu-latest
3737
environment:
3838
name: pypi
39-
url: https://pypi.org/p/bact-math-utils # Replace <package-name> with your PyPI project name
39+
url: https://pypi.org/p/bact-bessyii-mls-ophyd # Replace <package-name> with your PyPI project name
4040
permissions:
4141
id-token: write # IMPORTANT: mandatory for trusted publishing
4242

@@ -51,7 +51,7 @@ jobs:
5151

5252
github-release:
5353
name: >-
54-
Sign accl with Sigstore and upload them to GitHub Release
54+
Sign bact-bessyii-mls-ophyd with Sigstore and upload them to GitHub Release
5555
needs:
5656
- publish-to-pypi
5757
runs-on: ubuntu-latest
@@ -92,7 +92,7 @@ jobs:
9292
--repo '${{ github.repository }}'
9393
9494
publish-to-testpypi:
95-
name: Publish bact-math-utils to TestPyPI
95+
name: Publish bact-bessyii-mls-ophyd to TestPyPI
9696
needs:
9797
- build
9898
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)