Skip to content

Commit

Permalink
Release (#82)
Browse files Browse the repository at this point in the history
* Release workflow and updated pyproject

* fixed pyproject file

* Add proper dynamic versioning settings to pyproject

* Update to new repo secret until MeltanoLabs gets added to PyPI repo
  • Loading branch information
visch authored Jan 16, 2023
1 parent 5891e9f commit e3c2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Deploy to PyPI
run: |
poetry publish -r testpypi -u "__token__" -p "${{ secrets.TEST_PYPI_TOKEN }}"
poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"
poetry publish -u "__token__" -p "${{ secrets.POSTGRES_PYPI_TOKEN }}"

0 comments on commit e3c2f5d

Please sign in to comment.