Skip to content

Commit dbc88e9

Browse files
committed
re-enable PyPI publish
1 parent bfce34c commit dbc88e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
tags: |
4747
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
4848
ghcr.io/${{ github.repository }}:latest
49+
- name: Build and publish to pypi
50+
uses: JRubics/[email protected]
51+
with:
52+
pypi_token: ${{ secrets.PYPI_TOKEN }}
4953
- name: Create Release
5054
id: create_release
5155
uses: actions/create-release@v1
@@ -57,5 +61,6 @@ jobs:
5761
body: |
5862
Release ${{ github.ref_name }}.
5963
Docker images: https://github.com/users/jantman/packages/container/package/machine-access-control
64+
Python packages: https://pypi.org/project/machine_access_control/
6065
draft: false
6166
prerelease: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "machine_access_control"
3-
version = "0.2.2"
3+
version = "0.2.1"
44
description = "Decatur Makers Machine Access Control package"
55
authors = ["Jason Antman <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)