Skip to content

Commit df3046f

Browse files
committed
use github actions to release on pypi
1 parent 0244cbe commit df3046f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Publish tagged releases to PyPI and TestPyPI
33
on: push
44

55
jobs:
6-
build-n-publish:
7-
name: Build and publish Python distributions to PyPI and TestPyPI
6+
deploy:
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)