Skip to content

Commit 9ccfb21

Browse files
authored
Merge pull request #12 from PFA-Visualgo/dev
Try to trigger Pypi first publish
2 parents acd8eef + faae453 commit 9ccfb21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Set up Python
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: '3.9'
3030
- name: Install dependencies
@@ -36,5 +36,5 @@ jobs:
3636
- name: Publish package
3737
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3838
with:
39-
user: ttrenty
39+
user: __token__
4040
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)