Skip to content

Commit

Permalink
re-enable PyPI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 7, 2024
1 parent bfce34c commit dbc88e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -57,5 +61,6 @@ jobs:
body: |
Release ${{ github.ref_name }}.
Docker images: https://github.com/users/jantman/packages/container/package/machine-access-control
Python packages: https://pypi.org/project/machine_access_control/
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "machine_access_control"
version = "0.2.2"
version = "0.2.1"
description = "Decatur Makers Machine Access Control package"
authors = ["Jason Antman <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dbc88e9

Please sign in to comment.