Skip to content

Commit 1be1cc8

Browse files
committed
reverting changes done for test purpose
1 parent 9e683c6 commit 1be1cc8

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/release.yml

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

76
jobs:
87
publish:
@@ -19,11 +18,11 @@ jobs:
1918
run: pip install twine
2019
- name: Build package
2120
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 }}
21+
- name: Publish package to PyPI
22+
uses: pypa/[email protected]
23+
with:
24+
user: __token__
25+
password: ${{ secrets.pypi_password }}
2726
- name: Install tox
2827
run: pip install tox
2928
- name: Generate API docs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Python CI
22

33
on:
4-
[ pull_request ]
4+
[ push, pull_request ]
55

66
jobs:
77
build:

0 commit comments

Comments
 (0)