We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43047ac commit c350356Copy full SHA for c350356
.github/workflows/build.yml
@@ -0,0 +1,15 @@
1
+# .github/workflows/ci-cd.yml
2
+jobs:
3
+ pypi-publish:
4
+ name: Upload release to PyPI
5
+ runs-on: ubuntu-latest
6
+ environment:
7
+ name: pypi
8
+ url: https://pypi.org/p/testingbotclient
9
+ permissions:
10
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
11
+ steps:
12
+ # retrieve your distributions here
13
+
14
+ - name: Publish package distributions to PyPI
15
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments