Skip to content
Snippets Groups Projects
Unverified Commit 4c40fbd7 authored by Samuel Guillemet's avatar Samuel Guillemet Committed by GitHub
Browse files

Merge pull request #5 from SamuelGuillemet/develop

:rocket: RELEASE: Bump to 0.1.2
parents ebc75ca9 2d1fe30b
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -15,10 +15,10 @@ jobs:
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
......@@ -42,3 +42,11 @@ jobs:
with:
fail_ci_if_error: true
files: ./coverage.xml, !.venv/
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: docker compose build
This diff is collapsed.
[tool.poetry]
name = "zoom-python-webhook"
version = "0.1.1"
version = "0.1.2"
description = "Fast API app for Zoom Webhook"
authors = ["Samuel Guillemet <samuel.guillemet@telecom-sudparis.eu>"]
readme = "README.md"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment