Skip to content

Commit

Permalink
ci: run release drafter manually
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jan 20, 2024
1 parent cfd5de3 commit 1333f35
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Release drafter

on:
push:
branches:
- release
workflow_dispatch

# push:
# branches:
# - release

permissions:
contents: read
Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: "3.10"
- name: Initialize build environment
run: |
python -m pip install -r requirements.txt
Expand All @@ -46,4 +48,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1333f35

Please sign in to comment.