Skip to content

Commit

Permalink
Update version in toml medatada and adjust for deprecated pip param
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo committed May 27, 2024
1 parent 3809d43 commit fec0bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: artifact/
package-dir: artifact/


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"

[project]
name = "postgres-tq"
version = "0.0.6"
version = "1.0.0"
description = "Postgres Based Task Queue"
authors = [
{name = "FlixTech", email = "[email protected]"},
Expand Down

0 comments on commit fec0bb4

Please sign in to comment.