Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Improve cd workflow (#982)
Browse files Browse the repository at this point in the history
* πŸ”Š Make the PyPI publish job print logs

* πŸ”– Bump version
  • Loading branch information
trymzet authored Aug 22, 2024
1 parent b4368fe commit 61ead51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
path: dist/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true

publish-docker-images:
name: Publish Docker images 🐳
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Commit messages should:

Make sure to read & check all relevant checkboxes in the PR description!

## Mainteners-only
## Maintainers-only

### Releasing a new version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "viadot2"
version = "2.1.2"
version = "2.1.3"
description = "A simple data ingestion library to guide data flows from some places to other places."
authors = [
{ name = "acivitillo", email = "[email protected]" },
Expand Down

0 comments on commit 61ead51

Please sign in to comment.