Skip to content

Commit

Permalink
3.29.2
Browse files Browse the repository at this point in the history
3.29.2
  • Loading branch information
TheBurchLog authored Jan 31, 2025
2 parents 3b7acc1 + ae42186 commit 2efbb86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tag-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
github-release:
name: Github Release
runs-on: ubuntu-latest
needs: pypi-publish

steps:
- name: Create Release
Expand Down Expand Up @@ -57,6 +58,9 @@ jobs:
- name: Make Package
run: make package

- name: Verify local package
run: twine check dist/*

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

========
=========
Brewtils
========
=========

Brewtils is the Python library for interfacing with Beergarden systems. If you are planning on
writing beer-garden plugins, this is the correct library for you. In addition to writing plugins,
Expand Down

0 comments on commit 2efbb86

Please sign in to comment.