Skip to content

Commit

Permalink
mraba/update-python_publish-workflow (#520)
Browse files Browse the repository at this point in the history
SNOW-1519875: update publish branch workflow for v1.6.1
  • Loading branch information
sfc-gh-mraba committed Jul 9, 2024
1 parent 64fafbb commit 305d298
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
python -m pip install -U uv
python -m uv pip install -U hatch
- name: Build package
run: python -m build
run: python -m hatch build --clean
- name: Publish package
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 4 additions & 0 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Source code is also available at:

# Release Notes

- v1.6.1(July 9, 2024)

- Update internal project workflow with pypi publishing

- v1.6.0(July 8, 2024)

- support for installing with SQLAlchemy 2.0.x
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/sqlalchemy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# Update this for the versions
# Don't change the forth version number from None
VERSION = "1.6.0"
VERSION = "1.6.1"

0 comments on commit 305d298

Please sign in to comment.