Skip to content

Commit c350356

Browse files
pypi build
1 parent 43047ac commit c350356

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)