Skip to content

Commit feada51

Browse files
committed
Update release.yml
Trial run
1 parent 71b8ed7 commit feada51

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
22
on:
3-
release:
4-
types: [published]
3+
push:
4+
branches:
5+
- release-workflow-refactor
56

67
jobs:
78
publish:
@@ -23,11 +24,11 @@ jobs:
2324
uses: actions/create-release@v1
2425
env:
2526
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
- 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 }}
27+
# - name: Publish package to PyPI
28+
# uses: pypa/gh-action-pypi-publish@v1.3.1
29+
# with:
30+
# user: __token__
31+
# password: ${{ secrets.pypi_password }}
3132
- name: Install tox
3233
run: pip install tox
3334
- name: Generate API docs

0 commit comments

Comments
 (0)