Skip to content

Commit 43b3c5c

Browse files
committed
Fix workflow bug and update version number
1 parent a1613c3 commit 43b3c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
environment:
3838
name: pypi
39-
url: https://pypi.org/p/flitter-lang
39+
url: https://pypi.org/p/flitter-pygments
4040
permissions:
4141
id-token: write
4242
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "flitter-pygments"
7-
version = "1.0.0b12"
7+
version = "1.0.0b14"
88
description = "A Pygments plugin providing a lexer for the Flitter visuals functional programming language"
99
authors = [
1010
{name = "Jonathan Hogg", email = "[email protected]"},

0 commit comments

Comments
 (0)