Skip to content

Commit c879510

Browse files
authored
Update deploy_testpypi.yml
1 parent c52874c commit c879510

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy_testpypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Build and Publish to TestPyPI
22

33
on:
4-
push:
5-
branches:
6-
- main # Trigger on push to the main branch
4+
push:
5+
branches:
6+
- main
7+
78

89
jobs:
910
build-and-publish:
1011
name: build and upload release to TestPyPi
1112
runs-on: ubuntu-latest
12-
environment: testpypi
1313
permissions:
1414
id-token: write
1515

0 commit comments

Comments
 (0)