Compare commits
No commits in common. "63b166ce2c29cd8e279ce734078deb125aef84a8" and "e9bd5222829dc5479c0b20cc7d81cc0af0fbbe9b" have entirely different histories.
63b166ce2c
...
e9bd522282
|
@ -1,18 +0,0 @@
|
||||||
name: Build Python Container
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
|
||||||
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Package-Container:
|
|
||||||
uses: jmaa/workflows/.gitea/workflows/container.yaml@v6.21
|
|
||||||
with:
|
|
||||||
REGISTRY_DOMAIN: gitfub.space
|
|
||||||
REGISTRY_ORGANIZATION: jmaa
|
|
||||||
secrets:
|
|
||||||
DOCKER_USERNAME: ${{ secrets.PIPY_REPO_USER }}
|
|
||||||
DOCKER_PASSWORD: ${{ secrets.PIPY_REPO_PASS }}
|
|
||||||
PIPELINE_WORKER_SSH_KEY: ${{ secrets.PIPELINE_WORKER_SSH_KEY }}
|
|
||||||
PIPELINE_WORKER_KNOWN_HOSTS: ${{ secrets.PIPELINE_WORKER_KNOWN_HOSTS }}
|
|
2
LICENSE
2
LICENSE
|
@ -1,3 +1,3 @@
|
||||||
Copyright (c) 2024-2025 Jon Michael Aanes
|
Copyright (c) 2024 Jon Michael Aanes
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
|
@ -21,14 +21,12 @@ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Full list of requirements:
|
Full list of requirements:
|
||||||
- [requests](https://pypi.org/project/requests/)
|
|
||||||
- [secret_loader](https://gitfub.space/Jmaa/secret_loader)
|
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
```
|
```
|
||||||
Copyright (c) 2024-2025 Jon Michael Aanes
|
Copyright (c) 2024 Jon Michael Aanes
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
```
|
```
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.1'
|
__version__ = '0.1.0'
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -32,10 +32,7 @@ with open(PACKAGE_NAME + '/_version.py') as f:
|
||||||
version = parse_version_file(f.read())
|
version = parse_version_file(f.read())
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS_MAIN = [
|
REQUIREMENTS_MAIN = []
|
||||||
'requests',
|
|
||||||
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader.git',
|
|
||||||
]
|
|
||||||
REQUIREMENTS_TEST = []
|
REQUIREMENTS_TEST = []
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user