Skip to content

Commit

Permalink
cd: add pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendev committed Nov 15, 2023
1 parent 750b20e commit 615bfc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
environment:
name: pypi
url: https://pypi.org/p/azure-data-factory-testing-framework
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down Expand Up @@ -58,4 +62,6 @@ jobs:
working-directory: ./src/python
run: |
source .venv/bin/activate
pytest .
pytest .
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 615bfc2

Please sign in to comment.