mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
delete requirements.txt
This commit is contained in:
11
.github/workflows/pypi.yml
vendored
11
.github/workflows/pypi.yml
vendored
@@ -11,11 +11,8 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Build dists
|
||||
run: |
|
||||
python3 setup.py sdist
|
||||
- uses: dschep/install-poetry-action@v1.3
|
||||
- name: Pypi Publish
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
||||
run: |
|
||||
make build
|
||||
make publish
|
||||
Reference in New Issue
Block a user