Skip to content

Commit

Permalink
Fix/python-publish-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jun 8, 2023
1 parent ac166cb commit 57fa242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: package/dist/
3 changes: 2 additions & 1 deletion package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fsrs4anki_optimizer"
version = "3.23.1"
readme = "README.md"
dependencies = [
"matplotlib>=3.7.0",
"numpy~=1.22.4",
Expand All @@ -18,4 +19,4 @@ dependencies = [
requires-python = ">=3.8"

[project.urls]
Homepage = "https://github.com/open-spaced-repetition/fsrs4anki"
Homepage = "https://github.com/open-spaced-repetition/fsrs4anki"
1 change: 0 additions & 1 deletion package/version.txt

This file was deleted.

0 comments on commit 57fa242

Please sign in to comment.