Skip to content

Commit

Permalink
fix conf in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo committed Feb 21, 2024
1 parent f971dbb commit c3acfbe
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/mpqp_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,7 @@ on:
push:
branches:
- main

jobs:
build_publish_package:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
pip install -r requirements-dev.txt
- name: Build Package
run: python setup.py sdist bdist_wheel
- name: Install Twine
run: |
pip install twine
- name: Publish to PyPI
run: |
twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PRD_QT_API_TOKEN }}


jobs:
build_publish_docs:
# Deploy to cloudflare
Expand Down

0 comments on commit c3acfbe

Please sign in to comment.