Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Mar 23, 2023
1 parent 02bf57e commit bbdfb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
sed -ie "s/version = .*/version = $VERSION/" setup.cfg
python -m pip install --upgrade pip
pip install build
echo version::$VERSION >> $GITHUB_OUTPUT
echo version=$VERSION >> $GITHUB_OUTPUT
NAME="sqlalchemy_iris"-${VERSION}-py3-none-any
echo name::$NAME >> $GITHUB_OUTPUT
echo name=$NAME >> $GITHUB_OUTPUT
- name: Install requirements
run: |
pip install -U pip setuptools
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Build Python package
run: ./scripts/build-dist.sh
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1.5
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit bbdfb8f

Please sign in to comment.