We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843e6f8 commit 086a8a7Copy full SHA for 086a8a7
1 file changed
.github/workflows/publish.yml
@@ -72,6 +72,9 @@ jobs:
72
name: Build & publish to PyPI (Trusted Publishing)
73
needs: tests
74
runs-on: ubuntu-latest
75
+ environment:
76
+ name: pypi
77
+ url: https://pypi.org/project/fixprice-api/
78
steps:
79
- uses: actions/checkout@v4
80
- uses: actions/setup-python@v5
0 commit comments