Make python3 package

This commit is contained in:
Dryusdan 2024-04-12 14:57:40 +02:00
parent e0d6e88d53
commit 07d24a07d1
Signed by: Dryusdan
GPG key ID: EC1438DDE24E27D7
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,19 @@
---
name: Build docker image for runner build
run-name: "@${{ gitea.actor }} build docker Image"
on:
push:
branches:
- stable
jobs:
Packages-build:
runs-on: python3.11
pull: always
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy new package on repository
run: |
poetry config http-basic.gitea ${{ secrets.REPOSITORY_USER }} ${{ secrets.REPOSITORY_TOKEN }}
poetry publish --build --repository gitea

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "discord-biketag"
version = "0.1.0"
version = "0.2.0"
description = "A manual bot for biketag"
authors = ["Dryusdan <contact@dryusdan.fr>"]
license = "GPL-3"