File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4646 tags : |
4747 ghcr.io/${{ github.repository }}:${{ github.ref_name }}
4848 ghcr.io/${{ github.repository }}:latest
49+ - name : Build and publish to pypi
50+ 51+ with :
52+ pypi_token : ${{ secrets.PYPI_TOKEN }}
4953 - name : Create Release
5054 id : create_release
5155 uses : actions/create-release@v1
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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " machine_access_control"
3- version = " 0.2.2 "
3+ version = " 0.2.1 "
44description = " Decatur Makers Machine Access Control package"
55authors = [
" Jason Antman <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments