File tree Expand file tree Collapse file tree 7 files changed +15
-12
lines changed
Expand file tree Collapse file tree 7 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11name : Build and Publish
2+ # based on official doc
3+ # https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
24
35on : [push, workflow_dispatch]
46
@@ -57,10 +59,11 @@ jobs:
5759 uses : pypa/gh-action-pypi-publish@release/v1
5860
5961 github-release :
60- name : Sign with Sigstore and upload them to GitHub Release
62+ name : Sign packages with Sigstore and upload them to GitHub Release
6163 needs :
6264 - publish-to-pypi
6365 runs-on : ubuntu-latest
66+
6467 permissions :
6568 contents : write # IMPORTANT: mandatory for making GitHub Releases
6669 id-token : write # IMPORTANT: mandatory for sigstore
7376 path : dist/
7477
7578 - name : Sign the dists with Sigstore
76- uses : sigstore/gh-action-sigstore-python@v1.2.3
79+ uses : sigstore/gh-action-sigstore-python@v2.1.1
7780 with :
7881 inputs : >-
7982 ./dist/*.tar.gz
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
22
33import playwright .sync_api
44
Original file line number Diff line number Diff line change 1- browsergym-core == 0.2.0
1+ browsergym-core == 0.2.1
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
22
33from browsergym .core .registration import register_task
44
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ classifiers = [
2525 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2626 " License :: OSI Approved :: Apache Software License" ,
2727]
28- version =" 0.2.0 "
28+ version =" 0.2.1 "
2929dependencies = [
30- " browsergym-core==0.2.0 " ,
31- " browsergym-miniwob==0.2.0 " ,
32- " browsergym-webarena==0.2.0 " ,
33- " browsergym-workarena==0.2.0 " ,
30+ " browsergym-core==0.2.1 " ,
31+ " browsergym-miniwob==0.2.1 " ,
32+ " browsergym-webarena==0.2.1 " ,
33+ " browsergym-workarena==0.2.1 " ,
3434]
3535
3636[tool .setuptools ]
Original file line number Diff line number Diff line change 1- browsergym-core == 0.2.0
1+ browsergym-core == 0.2.1
22libwebarena == 0.0.2
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
22
33from browsergym .core .registration import register_task
44
You can’t perform that action at this time.
0 commit comments