Skip to content

Commit

Permalink
Merge branch 'master' into bump-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Jun 23, 2024
2 parents 1874817 + 92666ac commit a489fe0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -23,9 +26,5 @@ jobs:
- name: Build binary
run: |
python3 -m build
- name: Publish tp PyPi
run: python3 -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_REPOSITORY: pypi
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version = "1.2"
description = "Python package to talk to Brother QL label printers"
readme = "README.md"
authors = [
{ name = "Philipp Klaus", email = "philipp.l.klaus@web.de" }
{ name = "Philipp Klaus", email = "philipp.l.klaus@web.de" },
{name = "Matthias Mair", email = "code@mjmair.com"},
]
license = {text = "GPL"}
dependencies = [
Expand Down Expand Up @@ -54,4 +55,4 @@ brother_ql_debug = "brother_ql.brother_ql_debug:main"
brother_ql_info = "brother_ql.brother_ql_info:main"

[project.urls]
repository = "https://github.com/pklaus/brother_ql-inventree"
repository = "https://github.com/matmair/brother_ql-inventree"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = LDESC,
author = 'Philipp Klaus',
author_email = 'philipp.l.klaus@web.de',
url = 'https://github.com/pklaus/brother_ql',
url = 'https://github.com/matmair/brother_ql-inventree',
license = 'GPL',
packages = ['brother_ql',
'brother_ql.backends'],
Expand Down

0 comments on commit a489fe0

Please sign in to comment.