Skip to content

Commit

Permalink
Merge pull request #1 from botsandus/nacho/fix_pypi_publishing
Browse files Browse the repository at this point in the history
Bump ament_black version
  • Loading branch information
nachovizzo authored Oct 9, 2023
2 parents 50111a1 + 0299908 commit 3aea50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- main
- master
# Publish to pypi only on tag events. To be replaced by "release" if more people use it
tags:
- v*
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -45,7 +42,7 @@ jobs:
path: ./wheelhouse/*.whl

pypi:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.event_name == 'release'
needs: [build_wheel, build_sdist]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion ament_black/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version="0.0.3",
version="0.0.4",
packages=find_packages(exclude=["test"]),
data_files=[
("share/" + package_name, ["package.xml"]),
Expand Down

0 comments on commit 3aea50c

Please sign in to comment.