Skip to content

Commit

Permalink
[Python] Reuse the action-publish-pypi in release-pypi.yaml (#147)
Browse files Browse the repository at this point in the history
* [Python] Reuse the action-publish-pypi in release-pypi.yaml

* Fix Changelog.md
  • Loading branch information
brasmusson authored Jan 18, 2024
1 parent 49edde5 commit 44e80db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ jobs:
- name: Show Python version
run: python --version

- name: Install Python package dependencies
run: |
python -m pip install -U pip setuptools wheel twine
pip install -e .
- name: Build dist
run: python setup.py sdist bdist_wheel

- name: Check dist
run: twine check dist/*

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- uses: cucumber/action-publish-pypi@v2.0.0
with:
packages-dir: python/dist/
skip-existing: true
working-directory: "python"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- [Python] Reuse the action cucumber/action-publish-pypi in release ([#147](https://github.com/cucumber/tag-expressions/pull/147))

## [6.1.0] - 2024-01-10
### Added
Expand Down

0 comments on commit 44e80db

Please # to comment.