mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 09:06:21 +00:00
11 lines
263 B
YAML
11 lines
263 B
YAML
name: Python Publish Workflow
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
publish:
|
|
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
|
|
secrets:
|
|
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
|
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
|