mirror of
https://github.com/krateng/maloja.git
synced 2025-04-13 07:27:12 +03:00
Upgraded pypi workflow
This commit is contained in:
parent
34d0a49eb8
commit
f375ba7a31
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 #build this ourselves
|
||||
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 #build this ourselves GH: #229
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||
|
||||
|
6
.github/workflows/pypi.yml
vendored
6
.github/workflows/pypi.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
|
||||
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
run: python -m build
|
||||
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295
|
||||
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
minor_release_name: "Nicole"
|
||||
3.2.0:
|
||||
commit: "765f8b3401123ded9b8118fd00e26de2fe5ca981"
|
||||
commit: "34d0a49eb8deae2fb95233289521bb817732c772"
|
||||
notes:
|
||||
- "[Architecture] Switched to linuxserver.io container base image"
|
||||
- "[Architecture] Reworked image handling"
|
||||
|
Loading…
x
Reference in New Issue
Block a user