Skip to content

Commit fa92e44

Browse files
committed
using token to publish
1 parent 692fb66 commit fa92e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Publish to PyPI using Trusted Publisher
3030
env:
3131
POETRY_HTTP_BASIC_PYPI_USERNAME: __token__
32-
POETRY_HTTP_BASIC_PYPI_PASSWORD: ""
32+
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3333
run: poetry publish

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scriptflow"
3-
version = "0.2.6"
3+
version = "0.2.8"
44
description = "Like a makefile but in python, a stripped-down system of Airflow or Luigi"
55
authors = ["Thibaut Lamadon <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)