File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Publish bact-mat-utils to PyPI and TestPyPI
1+ name : Publish bact-bessyii-mls-ophyd to PyPI and TestPyPI
22
33on : 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
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
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
You can’t perform that action at this time.
0 commit comments