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 9e683c6 commit 1be1cc8Copy full SHA for 1be1cc8
.github/workflows/release.yml
@@ -1,8 +1,7 @@
1
name: Release
2
on:
3
- [push]
4
-# release:
5
-# types: [published]
+ release:
+ types: [published]
6
7
jobs:
8
publish:
@@ -19,11 +18,11 @@ jobs:
19
18
run: pip install twine
20
- name: Build package
21
run: python setup.py sdist
22
-# - name: Publish package to PyPI
23
-# uses: pypa/[email protected]
24
-# with:
25
-# user: __token__
26
-# password: ${{ secrets.pypi_password }}
+ - name: Publish package to PyPI
+ uses: pypa/[email protected]
+ with:
+ user: __token__
+ password: ${{ secrets.pypi_password }}
27
- name: Install tox
28
run: pip install tox
29
- name: Generate API docs
.github/workflows/test.yml
@@ -1,7 +1,7 @@
name: Python CI
- [ pull_request ]
+ [ push, pull_request ]
build:
0 commit comments