We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89b175 commit b5a5208Copy full SHA for b5a5208
.github/workflows/publish-pypi.yml
@@ -8,7 +8,9 @@ on:
8
jobs:
9
publish-pypi-test:
10
name: Publish to TestPyPI
11
- environment: test
+ environment:
12
+ name: test
13
+ url: https://test.pypi.org/project/ultraplot/
14
runs-on: ubuntu-latest
15
if: github.event_name == 'push'
16
permissions:
@@ -30,7 +32,9 @@ jobs:
30
32
31
33
publish-prod:
34
name: Publish to PyPI
- environment: prod
35
36
+ name: prod
37
+ url: https://pypi.org/project/ultraplot/
38
39
if: github.event_name == 'release'
40
0 commit comments