Skip to content

Commit d736962

Browse files
authored
Update ci.yml
1 parent 3f0871e commit d736962

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint and Test
1+
name: Lint and Test and Publish
22

33
on: [push, pull_request]
44

@@ -48,7 +48,8 @@ jobs:
4848
deploy:
4949
needs: test
5050
runs-on: ubuntu-latest
51-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
51+
if: github.event_name == 'push'
52+
environment: publish-pip
5253
steps:
5354
- uses: actions/checkout@v4
5455
- name: Set up Python

0 commit comments

Comments
 (0)