Skip to content

Commit 3ba7f60

Browse files
BOT: Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#59)
* BOT: Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * remove obsolete py ver 3.7 and add 3.11 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeremy Wu <[email protected]>
1 parent 9588fa1 commit 3ba7f60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: ls dist/ -l
9292

9393
- name: Publish to PyPI
94-
uses: pypa/[email protected].3
94+
uses: pypa/[email protected].4
9595
with:
9696
user: __token__
9797
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/sdist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- "3.7"
2524
- "3.8"
2625
- "3.9"
2726
- "3.10"
27+
- "3.11"
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Publish to TestPyPI
6060
if: ${{ github.event_name == 'push' }}
61-
uses: pypa/[email protected].3
61+
uses: pypa/[email protected].4
6262
with:
6363
user: __token__
6464
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)