Skip to content

Commit

Permalink
Update PyPI Integration for Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed Apr 15, 2024
1 parent e86ef15 commit 879859d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout commit and fetch tag history
uses: actions/checkout@v2
Expand All @@ -25,10 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish package
env:
TWINE_USERNAME: ${{ secrets.PYPI_AZAVEA_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_AZAVEA_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Upload release to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1] - 2024-04-15
### Changed
- Update PyPI Integration for Publishing [#36](https://github.com/azavea/django-ecsmanage/issues/36)

## [4.0.0] - 2024-01-05
### Changed
- Return task ARN from the handle command [#34](https://github.com/azavea/django-ecsmanage/pull/34)
Expand Down

0 comments on commit 879859d

Please sign in to comment.