Skip to content

Commit 9522c89

Browse files
author
Mathias Bigaignon
committed
More github action fixes
1 parent 3b18157 commit 9522c89

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# This workflow will upload a Python Package using Twine when a release is created
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3-
4-
# This workflow uses actions that are not certified by GitHub.
5-
# They are provided by a third-party and are governed by
6-
# separate terms of service, privacy policy, and support
7-
# documentation.
8-
9-
name: Upload Python Package
1+
name: Publish Python Package
102

113
on:
124
release:
@@ -35,7 +27,7 @@ jobs:
3527
with:
3628
python-version: ${{ matrix.python-version }}
3729
- name: Setup poetry
38-
users: abatilo/[email protected]
30+
uses: abatilo/[email protected]
3931
with:
4032
poetry-version: ${{ matrix.poetry-version }}
4133
- name: Building package distribution

0 commit comments

Comments
 (0)