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 3f0871e commit d736962Copy full SHA for d736962
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Lint and Test
+name: Lint and Test and Publish
2
3
on: [push, pull_request]
4
@@ -48,7 +48,8 @@ jobs:
48
deploy:
49
needs: test
50
runs-on: ubuntu-latest
51
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+ if: github.event_name == 'push'
52
+ environment: publish-pip
53
steps:
54
- uses: actions/checkout@v4
55
- name: Set up Python
0 commit comments