Compare commits
No commits in common. "3df2e410dfeb31b2f983b1a1d19ce69b62a96e15" and "b12798136178f4966c8c8d5a21bd44fba7688acb" have entirely different histories.
3df2e410df
...
b127981361
|
@ -10,24 +10,11 @@ on:
|
||||||
paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md', 'ruff.toml']
|
paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md', 'ruff.toml']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Package-Python-And-Publish:
|
Package:
|
||||||
runs-on: ubuntu-latest
|
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
||||||
container:
|
with:
|
||||||
image: node:21-bookworm
|
REGISTRY_DOMAIN: gitfub.space
|
||||||
steps:
|
REGISTRY_ORGANIZATION: jmaa
|
||||||
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}
|
secrets:
|
||||||
run: |
|
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
|
||||||
apt-get update
|
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
|
||||||
apt-get install -y python3 python3-pip
|
|
||||||
- name: Check out repository code
|
|
||||||
if: success()
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Installing Python Dependencies
|
|
||||||
if: success()
|
|
||||||
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest --break-system-packages
|
|
||||||
- name: Build
|
|
||||||
if: success()
|
|
||||||
run: python3 -m build
|
|
||||||
- name: Publish
|
|
||||||
if: success()
|
|
||||||
run: python3 -m twine upload --repository-url "https://gitfub.space/api/packages/jmaa/pypi" -u ${{ secrets.PIPY_REPO_USER }} -p ${{ secrets.PIPY_REPO_PASS }} dist/*
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.12'
|
__version__ = '0.1.11'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user