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 f979cbf commit 2e1c5c1Copy full SHA for 2e1c5c1
1 file changed
.github/workflows/release.yml
@@ -31,6 +31,9 @@ jobs:
31
name: Publish to PyPI
32
runs-on: ubuntu-latest
33
needs: build
34
+ environment:
35
+ name: pypi
36
+ url: https://pypi.org/project/bodyloop-sdk/
37
38
steps:
39
- name: Download distribution artifacts
0 commit comments