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:
21
.github/workflows/CI.yml
vendored
Normal file
21
.github/workflows/CI.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Python CI
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
|
||||
with:
|
||||
workdir: '.'
|
||||
|
||||
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