Skip to content

Commit

Permalink
feat: switch to workflow publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Aug 12, 2024
1 parent 292d940 commit b14e3dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flask-imp"
version = "5.2.1"
version = "5.2.2"
description = 'A Flask auto importer that allows your Flask apps to grow big.'
authors = [{ name = "David Carmichael", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -39,8 +39,6 @@ build-backend = "flit_core.buildapi"

[tool.pyqwe]
install = "*:flit install --symlink"
build = "*:flit build"
publish = "*shell:export=FLIT_USERNAME=__token__ && flit publish"
docs = "*:flask --app docs compile"
docs-watch = "*:flask --app gdocs compile --watch"

Expand Down

0 comments on commit b14e3dc

Please sign in to comment.