des-PurePy 1.0.13__tar.gz → 1.0.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,27 +142,3 @@ jobs:
142
142
  GH_TOKEN: ${{ github.token }}
143
143
  run: |
144
144
  gh release create ${{ needs.details.outputs.tag_name }} dist/* --title ${{ needs.details.outputs.tag_name }} --generate-notes
145
-
146
- bump_homebrew_formula:
147
- name: Dispatch event to Repo B
148
- needs: [details, github_release, pypi_publish]
149
- runs-on: ubuntu-latest
150
- environment:
151
- name: release
152
- steps:
153
- - name: Dispatch Repository Dispatch event
154
- uses: peter-evans/repository-dispatch@v2
155
- with:
156
- token: ${{ secrets.BREW_TAP_TOKEN }}
157
- repository: ${{ env.OWNER }}/{{ env.TAP_NAME }}
158
- event-type: "update-formula"
159
- client-payload: |-
160
- {
161
- "formula_version": "${{env.FORMULA_VERSION}}",
162
- "formula_url": "${{ env.FORMULA_URL }}",
163
- "formula_name": "${{ env.FORMULA_NAME }}"
164
- }
165
- env:
166
- FORMULA_VERSION: ${{ needs.details.outputs.new_version }}
167
- FORMULA_NAME: ${{ env.PACKAGE_NAME }}
168
- FORMULA_URL: https://github.com/${{env.OWNER}}/${{env.PACKAGE_NAME}}/releases/download/${{ needs.details.outputs.new_version }}/${{env.PACKAGE_NAME}}-${{ needs.details.outputs.new_version }}.tar.gz
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: des_PurePy
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: A pure python implementation of DES
5
5
  Project-URL: Homepage, https://github.com/Perez-Herrera-Luna/DES-Python
6
6
  Author: Luna Perez-Herrera
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "des_PurePy"
3
- version = "1.0.13"
3
+ version = "1.0.14"
4
4
  authors = [
5
5
  { name="Luna Perez-Herrera"}
6
6
  ]
File without changes
File without changes
File without changes
File without changes
File without changes