1- name : CD - coordinax- api
1+ name : CD - coordinax. api
22
33on :
44 workflow_dispatch :
55 pull_request :
66 paths :
7- - " packages/coordinax- api/**"
8- - " .github/workflows/cd-coordinax- api.yml"
7+ - " packages/coordinax. api/**"
8+ - " .github/workflows/cd-coordinax. api.yml"
99 push :
1010 branches :
1111 - main
1212 tags :
13- - " coordinax- api-v*"
13+ - " coordinax. api-v*"
1414 paths :
15- - " packages/coordinax- api/**"
16- - " .github/workflows/cd-coordinax- api.yml"
15+ - " packages/coordinax. api/**"
16+ - " .github/workflows/cd-coordinax. api.yml"
1717 release :
1818 types :
1919 - published
4444
4545 - uses : hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
4646 with :
47- path : packages/coordinax- api
48- upload-name-suffix : -coordinax- api
47+ path : packages/coordinax. api
48+ upload-name-suffix : -coordinax. api
4949 attest-build-provenance-github :
5050 ${{ github.event_name != 'pull_request' }}
5151
@@ -55,19 +55,19 @@ jobs:
5555 runs-on : ubuntu-latest
5656 environment :
5757 name : testpypi
58- url : https://test.pypi.org/p/coordinax- api
58+ url : https://test.pypi.org/p/coordinax. api
5959 permissions :
6060 id-token : write
6161 if : |
6262 (github.event_name == 'push' && github.ref == 'refs/heads/main') ||
63- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/coordinax- api-v')) ||
63+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/coordinax. api-v')) ||
6464 (github.event_name == 'release' && github.event.action == 'published')
6565
6666 steps :
6767 - name : Download built artifact to dist/
6868 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6969 with :
70- name : Packages-coordinax- api
70+ name : Packages-coordinax. api
7171 path : dist
7272
7373 - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
@@ -80,19 +80,19 @@ jobs:
8080 runs-on : ubuntu-latest
8181 environment :
8282 name : pypi
83- url : https://pypi.org/p/coordinax- api
83+ url : https://pypi.org/p/coordinax. api
8484 permissions :
8585 id-token : write
8686 if : |
8787 github.event_name == 'release' &&
8888 github.event.action == 'published' &&
89- startsWith(github.event.release.tag_name, 'coordinax- api-v')
89+ startsWith(github.event.release.tag_name, 'coordinax. api-v')
9090
9191 steps :
9292 - name : Download built artifact to dist/
9393 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9494 with :
95- name : Packages-coordinax- api
95+ name : Packages-coordinax. api
9696 path : dist
9797
9898 - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments