Skip to content

[FIX] Allow pinning commits in repos.yaml #12

[FIX] Allow pinning commits in repos.yaml

[FIX] Allow pinning commits in repos.yaml #12

name: Upload Python Package to TestPyPI
on:
push:
paths:
- odoo_filter_addons/version.py
branches-ignore:
- master
permissions:
contents: read
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/