Skip to content

Commit 8bea660

Browse files
authored
Fix publish workflow (#227)
* hotfix the endpoint issue hotfix the endpoint issue, add the script to automatically release it and fix unit test ubuntu version (for latest 3.6 cannot be find) * Fix workflow * add end of line * edit end of line
1 parent d785298 commit 8bea660

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pypipublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: Publish distribution 📦 to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
45-
password: ${{ secrets.PYPI_KEY }}
45+
password: ${{ secrets.PYPI_KEY }}

.github/workflows/unittest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Python package
22

3-
on:
4-
pull_request:
3+
on: [workflow_call, pull_request]
54

65
jobs:
76
build:

0 commit comments

Comments
 (0)