Skip to content

Commit bbdfb8f

Browse files
committed
update ci
1 parent 02bf57e commit bbdfb8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
sed -ie "s/version = .*/version = $VERSION/" setup.cfg
3838
python -m pip install --upgrade pip
3939
pip install build
40-
echo version::$VERSION >> $GITHUB_OUTPUT
40+
echo version=$VERSION >> $GITHUB_OUTPUT
4141
NAME="sqlalchemy_iris"-${VERSION}-py3-none-any
42-
echo name::$NAME >> $GITHUB_OUTPUT
42+
echo name=$NAME >> $GITHUB_OUTPUT
4343
- name: Install requirements
4444
run: |
4545
pip install -U pip setuptools
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build Python package
5151
run: ./scripts/build-dist.sh
5252
- name: Publish package
53-
uses: pypa/gh-action-pypi-publish@release/v1.5
53+
uses: pypa/gh-action-pypi-publish@release/v1
5454
with:
5555
user: __token__
5656
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)