Compare commits

..

3 Commits

Author SHA1 Message Date
ba1aab5f7e add version command
All checks were successful
Python Linters / pylint (pull_request) Successful in 31s
Python Linters / formatting (pull_request) Successful in 28s
Python Linters / mypy (pull_request) Successful in 28s
REUSE Compliance / reuse (pull_request) Successful in 6s
Selftests / test-build-install (pull_request) Successful in 25s
Selftests / test-sync (pull_request) Successful in 49s
2024-01-16 16:39:20 +01:00
a238d89976 fix pylint by igoring some errors 2024-01-16 16:39:20 +01:00
6c7300ce56 add CI tests and publishing workflows 2024-01-16 16:39:20 +01:00

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to PyPI
- name: Build and publish to pypi
uses: https://github.com/JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}