Skip to content

Commit c3acfbe

Browse files
author
apollo
committed
fix conf in github workflow
1 parent f971dbb commit c3acfbe

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/mpqp_prod.yml

+1-22
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
11-
jobs:
12-
build_publish_package:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- name: Checkout Repository
16-
uses: actions/checkout@v4
17-
- name: Install Dependencies
18-
run: |
19-
pip install -r requirements-dev.txt
20-
- name: Build Package
21-
run: python setup.py sdist bdist_wheel
22-
- name: Install Twine
23-
run: |
24-
pip install twine
25-
- name: Publish to PyPI
26-
run: |
27-
twine upload dist/*
28-
env:
29-
TWINE_USERNAME: __token__
30-
TWINE_PASSWORD: ${{ secrets.PRD_QT_API_TOKEN }}
31-
10+
3211
jobs:
3312
build_publish_docs:
3413
# Deploy to cloudflare

0 commit comments

Comments
 (0)