We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0283b13 commit a71ae67Copy full SHA for a71ae67
.github/workflows/release-python.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Download all the dists
122
uses: actions/download-artifact@v4
123
with:
124
- name: all-dist--${{ github.run_id }}
+ name: all-dist-${{ github.run_id }}
125
path: dist/
126
- name: Publish distribution 📦 to PyPI
127
uses: pypa/gh-action-pypi-publish@release/v1
pyproject.toml
@@ -7,7 +7,7 @@ packages = []
7
8
[project]
9
name = "python-bsonjs"
10
-version = "0.7.0.dev0"
+version = "0.6.0"
11
description = "A library for converting between BSON and JSON."
12
readme = "README.rst"
13
license = { file = "LICENSE" }
0 commit comments