Skip to content

Commit

Permalink
ci: better job name
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann authored Mar 7, 2023
1 parent c3ac109 commit df416a1
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Publish Stdlib to PyPI
name: Release to PyPI

on:
workflow_dispatch

jobs:
poetry-with-codecov:
strategy:
matrix:
python-version: [ "3.10" ]
release:
uses: lars-reimann/.github/.github/workflows/poetry-pypi-reusable.yml@main
with:
working-directory: src
python-version: ${{ matrix.python-version }}
python-version: "3.10"
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit df416a1

Please sign in to comment.