1 parent 526ac18 commit 9210bcfCopy full SHA for 9210bcf
1 file changed
.github/workflows/publish.yml
@@ -9,8 +9,10 @@ jobs:
9
build-n-publish:
10
name: Build and publish Python 🐍 distributions 📦 to PyPI
11
runs-on: ubuntu-latest
12
+ environment:
13
+ name: pypi
14
+ url: https://pypi.org/p/devagent-cli
15
permissions:
- # This permission is mandatory for trusted publishing
16
id-token: write
17
contents: read
18
@@ -31,6 +33,4 @@ jobs:
31
33
- name: Publish package distributions to PyPI
32
34
uses: pypa/gh-action-pypi-publish@release/v1
35
with:
- # This points to the environment we configured on PyPI
- environment-name: pypi
36
print-hash: true
0 commit comments