Skip to content

Commit

Permalink
.github/workflows/publish-to-pypi.yml: publish-to-testpypi removed
Browse files Browse the repository at this point in the history
Removed temporarily because 1.1.0 was published to TestPyPI manually and cannot be overwritten.
  • Loading branch information
bryzgaloff committed Sep 20, 2023
1 parent 0ed24a1 commit 6e8ad6c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,9 @@ jobs:
name: python-package-distributions
path: dist/

publish-to-testpypi:
name: Publish to TestPyPI
needs:
- build
runs-on: ubuntu-latest

environment:
name: testpypi
url: https://test.pypi.org/p/airflow-clickhouse-plugin

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- name: Download distribution packages
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

run-testpypi-tests:
name: Test TestPyPI on ClickHouse
runs-on: ubuntu-latest
needs:
- publish-to-testpypi
services:
clickhouse:
image: yandex/clickhouse-server
Expand Down

0 comments on commit 6e8ad6c

Please sign in to comment.