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 f744921 commit 96132f0Copy full SHA for 96132f0
.github/workflows/pypi.yml
@@ -16,17 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
- - name: Cache APT packages
20
- uses: awalsh128/[email protected]
21
- with:
22
- packages: >-
23
- build-essential
24
- curl
25
- git
26
- python3
27
- python3-pip
28
- version: 1 # Increment if the cache needs resetting
29
-
30
- name: Set up Python
31
uses: actions/setup-python@v5
32
with:
@@ -93,6 +82,12 @@ jobs:
93
82
94
83
95
84
85
+ - name: Store the distribution packages
86
+ uses: actions/upload-artifact@v4
87
+ with:
88
+ name: python-package-distributions
89
+ path: dist/
90
+
96
91
- name: Download all the dists
97
92
uses: actions/download-artifact@v4
98
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "v0.4.0.dev6"
+__version__ = "v0.4.1.dev0"
0 commit comments