Skip to content

Commit

Permalink
toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyloRen1 committed Oct 18, 2023
1 parent 4a0f2e1 commit cff5233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,10 @@ jobs:
generate_release_notes: true

- name: Push to PyPI
env:
pypi_token: ${{ secrets.pypi_token }}
pypi_user: '__token__'
if: (steps.get-versions.outputs.new-version == 'true') && (steps.test-sdist.outputs.result == 'true') && (steps.test-bdist-wheel.outputs.result == 'true')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: $pypi_user
password: $pypi_token
password: ${{ secrets.pypi_token }}

- name: Email on success
env:
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 = "ua-datasets"
version = "0.0.24"
version = "0.0.25"
description = "A collection of ukrainian language datasets"
readme = "README.md"
requires-python =">=3.7.0"
Expand Down

0 comments on commit cff5233

Please sign in to comment.