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 71b8ed7 commit feada51Copy full SHA for feada51
.github/workflows/release.yml
@@ -1,7 +1,8 @@
1
name: Release
2
on:
3
- release:
4
- types: [published]
+ push:
+ branches:
5
+ - release-workflow-refactor
6
7
jobs:
8
publish:
@@ -23,11 +24,11 @@ jobs:
23
24
uses: actions/create-release@v1
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - name: Publish package to PyPI
27
- uses: pypa/gh-action-pypi-publish@v1.3.1
28
- with:
29
- user: __token__
30
- password: ${{ secrets.pypi_password }}
+# - name: Publish package to PyPI
+# uses: pypa/gh-action-pypi-publish@v1.3.1
+# with:
+# user: __token__
31
+# password: ${{ secrets.pypi_password }}
32
- name: Install tox
33
run: pip install tox
34
- name: Generate API docs
0 commit comments