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.
2 parents 14f21fb + ca96268 commit 798d6f3Copy full SHA for 798d6f3
.github/workflows/deploy.yml renamed to .github/workflows/publish.yml
@@ -1,13 +1,13 @@
1
-name: deploy
+name: publish
2
3
on:
4
push:
5
tags:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
jobs:
9
- deploy:
10
- name: Deploy
+ publish:
+ name: Publish
11
runs-on: ubuntu-latest
12
environment: pypi
13
permissions:
@@ -35,3 +35,6 @@ jobs:
35
uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
repository-url: https://test.pypi.org/legacy/
38
+
39
+ - name: Publish to PyPI
40
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments