mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
Delete .github/workflows/publish-to-test-pypi-Ok.yml
This commit is contained in:
parent
30c8ce0454
commit
de254e3e69
1 changed files with 0 additions and 28 deletions
28
.github/workflows/publish-to-test-pypi-Ok.yml
vendored
28
.github/workflows/publish-to-test-pypi-Ok.yml
vendored
|
|
@ -1,28 +0,0 @@
|
|||
name: Publish Python 🐍 distributions 📦 to PyPI
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
name: Build and publish Python 🐍 distributions 📦 to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- run: pip install -U wheel build
|
||||
- name: Build a binary wheel and a source tarball
|
||||
run: python -m build
|
||||
- name: Publish distribution 📦 to Test PyPI
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.test_pypi_password }}
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.pypi_password }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue