Skip to content

feat: upgrade dependencies to sentry 24.8.0, now uses github directly… #8

feat: upgrade dependencies to sentry 24.8.0, now uses github directly…

feat: upgrade dependencies to sentry 24.8.0, now uses github directly… #8

Workflow file for this run

name: Publish
on:
push:
tags:
- '*'
env:
PY_COLORS: 1
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: abatilo/[email protected]
- name: Publish package
run: |
poetry install -n --no-dev
poetry publish --build -u __token__ -p ${{ secrets.PYPI_SECRET }}