mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
Initial commit
This commit is contained in:
10
.github/workflows/publish.yml
vendored
Normal file
10
.github/workflows/publish.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user