Compare commits
No commits in common. "96d85ba728f063385fedf327d12d0e1c1038efaa" and "f72880f40cc6edc0ace20f3fedcfa8e5760c7247" have entirely different histories.
96d85ba728
...
f72880f40c
|
@ -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.8'
|
__version__ = '0.1.7'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user